home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / K_O / NAVYUP.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-02-09  |  191b  |  13 lines

  1. @echo off
  2. if "%1"=="" goto nodir
  3. goto start
  4. :nodir
  5. echo You must specify the name of the directory that Navy Strike has been
  6. echo installed to.
  7. goto end
  8. :start
  9. copy *.* %1
  10.  
  11. :end
  12.  
  13.